@charset "utf-8";
/* CSS Document */
.web_top_wrapper ul li{
	float:left;
	font-size: 18px;
	height:40px;
	padding:10px 14px 0;
	position:relative;
	cursor:pointer;
	z-index:10;
	}
.web_top_wrapper ul li p{
	display:none;
	position:absolute;
	left:-0px;
	top:45px;
	width:117px;
	padding:0 0 8px;
	border:1px solid #abd8fe;
	border-top:0;
	background:#e8f5ff;
	line-height:34px;
	border-radius:0 0 8px 8px;
	text-align:center;
	clear:both;
	}
.web_top_wrapper ul li p a:link{
	display:block;
	width:97px;
	padding:0 3px; 
    font-size:16px;
    color: #333;
    text-decoration: none;
}
.web_top_wrapper ul li p a:visited{
	display:block;
	width:97px;
	padding:0 3px;
    font-size:16px; 
    color: #333;
    text-decoration: none;
}
.web_top_wrapper ul li p a:hover{
	display:block;
	background:#fff;
	width:109px;
	padding:0 6px 0 2px;
    font-size:16px; 
    color: #005faf;
    text-decoration: none;
}
.web_top_wrapper ul li p a:active{
	display:block;
	width:97px;
	padding:0 3px;
    font-size:16px; 
    color: #333;
    text-decoration: none;
}


	
	
		